Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
ichityx: You sure can. If that helps you remember the correct details, go ahead!
So would installing your custom theme just be a matter of going into the wp-contents/theme directory and just uploading your theme. And what if the theme already has content, would it just be a matter of downloading the db and then importing it through phpmyadmin?
Thanks.
Hi,
I followed your instructions to the T but unfortunately I cannot EDIT any themes. I managed to get this working once on the default theme but not on newly installed ones.
Could you check the permissions are definitely correct? I know this is permissions related and I cannot figure out how to get it working. The one time I managed to edit the default theme, WordPress kept prompting for my FTP username and password to install anything so I know this is permissions related.
Please help.
To elaborate, I have tried adding the “direct” input method to the wp-config file, I’ve checked the permissions and ownership and groups for wp-content (me/www-data with Create and Delete) and nothing is working.
@fak3email: Make sure the www-data can access the themes folder:
<pre> sudo chown -R :www-data /var/www/html/wp-content/themes </pre>
sudo chown -R :www-data /var/www/html/wp-content/uploads
After this step, I have create and delete for myself as the owner and also Create and Delete for the group www-data. However, at the step before when assigning the owner and group, www-data only has “Access” rights on all folders. Are these permissions correct? Shouldn’t www-data have Create and Delete access to wp-content? These instructions I followed only gave Access to www-data on wp-content.
Additionally, the HTML folder originally had root:root but since following these instructions it is now Me:Me
Even when I change the permissions on all folders manually, I still cannot edit themes directly within WordPress.
@fak3email: Try running this command: <pre>sudo chown -R www-data:www-data /var/www/html/wp-content/themes</pre>
Any guides for installing Wordpress on LEMP instead? Search seems unwilling to produce evidence thereof, but I’m really really hoping. I’ve been doing every step manually rather push-click-image to learn some things, but in no way qualified to set-up each step securely without guides (and further research and refinements later).